object frInspForm: TfrInspForm Left = 200 Top = 108 BorderStyle = bsSizeToolWin AutoScroll = False Caption = 'Object inspector' ClientHeight = 208 ClientWidth = 132 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy OnDeactivate = FormDeactivate OnResize = FormResize OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object CB1: TComboBox Left = 0 Top = 2 Width = 127 Height = 21 Style = csOwnerDrawFixed ItemHeight = 15 Sorted = True TabOrder = 0 OnClick = CB1Click OnDrawItem = CB1DrawItem OnDropDown = CB1DropDown end object Box: TScrollBox Left = 0 Top = 28 Width = 127 Height = 177 HorzScrollBar.Visible = False TabOrder = 1 object PaintBox1: TPaintBox Left = 0 Top = 0 Width = 123 Height = 173 Align = alClient OnMouseDown = PaintBox1MouseDown OnMouseMove = PaintBox1MouseMove OnMouseUp = PaintBox1MouseUp OnPaint = PaintBox1Paint end object Edit1: TEdit Left = 12 Top = 56 Width = 86 Height = 14 BorderStyle = bsNone TabOrder = 0 Text = 'Edit1' Visible = False OnDblClick = Edit1DblClick OnKeyDown = Edit1KeyDown OnKeyPress = Edit1KeyPress OnMouseDown = Edit1MouseDown end object EditPanel: TPanel Left = 60 Top = 88 Width = 14 Height = 14 Caption = 'EditPanel' TabOrder = 1 object EditBtn: TfrSpeedButton Left = 0 Top = 0 Width = 14 Height = 14 Glyph.Data = { 96000000424D960000000000000076000000280000000A000000040000000100 04000000000020000000CE0E0000C40E00001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700 0000700700700700000070070070070000007777777777000000} GrayedInactive = False Margin = 1 OnClick = EditBtnClick end end object ComboPanel: TPanel Left = 84 Top = 88 Width = 14 Height = 14 Caption = 'ComboPanel' TabOrder = 2 object ComboBtn: TfrSpeedButton Left = 0 Top = 0 Width = 14 Height = 14 Glyph.Data = { C6000000424DC60000000000000076000000280000000A0000000A0000000100 0400000000005000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700 0000777777777700000077777777770000007777077777000000777000777700 0000770000077700000070000000770000007777777777000000777777777700 00007777777777000000} GrayedInactive = False Margin = 1 OnClick = ComboBtnClick end end end end